wayland: Handle scale 3 for cursors
authorMatthias Clasen <mclasen@redhat.com>
Sun, 17 Dec 2017 21:41:00 +0000 (16:41 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 17 Dec 2017 21:41:54 +0000 (16:41 -0500)
This is just a bandaid solution to make scale 3 work.
If people seriously want to go for scales larger than
that, we need a better solution.

gdk/wayland/gdkdisplay-wayland.h

index ec1d48678181aedf5919ef5dc0953cde835097f1..5b0fa7918b340df44d086458d7078c8023c3ceda 100644 (file)
@@ -48,7 +48,7 @@
 
 G_BEGIN_DECLS
 
-#define GDK_WAYLAND_MAX_THEME_SCALE 2
+#define GDK_WAYLAND_MAX_THEME_SCALE 3
 #define GDK_WAYLAND_THEME_SCALES_COUNT GDK_WAYLAND_MAX_THEME_SCALE
 
 #define GDK_ZWP_POINTER_GESTURES_V1_VERSION 1